added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBWPF3DMultiTouch / VBWPF3DMultiTouch.vbproj
blob208c11d23047d22d926ec57d56de4d462dc9e123
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProjectGuid>{CD92157E-6802-452B-8E7B-A7EDEDF60700}</ProjectGuid>
7     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
8     <OutputType>WinExe</OutputType>
9     <RootNamespace>VBWPF3DMultiTouch</RootNamespace>
10     <AssemblyName>VBWPF3DMultiTouch</AssemblyName>
11     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
12     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
13     <MyType>Custom</MyType>
14   </PropertyGroup>
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
16     <PlatformTarget>x86</PlatformTarget>
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <DefineDebug>true</DefineDebug>
20     <DefineTrace>true</DefineTrace>
21     <IncrementalBuild>true</IncrementalBuild>
22     <OutputPath>..\Debug\</OutputPath>
23     <DocumentationFile>VBWPF3DMultiTouch.xml</DocumentationFile>
24     <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
27     <PlatformTarget>x86</PlatformTarget>
28     <DebugType>pdbonly</DebugType>
29     <DebugSymbols>false</DebugSymbols>
30     <DefineDebug>false</DefineDebug>
31     <DefineTrace>true</DefineTrace>
32     <IncrementalBuild>false</IncrementalBuild>
33     <Optimize>true</Optimize>
34     <OutputPath>..\Release\</OutputPath>
35     <DocumentationFile>VBWPF3DMultiTouch.xml</DocumentationFile>
36     <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
37   </PropertyGroup>
38   <PropertyGroup>
39     <OptionExplicit>On</OptionExplicit>
40   </PropertyGroup>
41   <PropertyGroup>
42     <OptionCompare>Binary</OptionCompare>
43   </PropertyGroup>
44   <PropertyGroup>
45     <OptionStrict>Off</OptionStrict>
46   </PropertyGroup>
47   <PropertyGroup>
48     <OptionInfer>On</OptionInfer>
49   </PropertyGroup>
50   <ItemGroup>
51     <Reference Include="System.Core" />
52     <Reference Include="System.Xml.Linq" />
53     <Reference Include="System.Data.DataSetExtensions" />
54     <Reference Include="System" />
55     <Reference Include="System.Data" />
56     <Reference Include="System.Xml" />
57     <Reference Include="System.Xaml">
58       <RequiredTargetFramework>4.0</RequiredTargetFramework>
59     </Reference>
60     <Reference Include="WindowsBase" />
61     <Reference Include="PresentationCore" />
62     <Reference Include="PresentationFramework" />
63   </ItemGroup>
64   <ItemGroup>
65     <ApplicationDefinition Include="Application.xaml">
66       <Generator>MSBuild:Compile</Generator>
67       <SubType>Designer</SubType>
68     </ApplicationDefinition>
69     <Compile Include="DataCenter.vb" />
70     <Compile Include="Sphere.vb" />
71     <Page Include="MainWindow.xaml">
72       <Generator>MSBuild:Compile</Generator>
73       <SubType>Designer</SubType>
74     </Page>
75     <Compile Include="Application.xaml.vb">
76       <DependentUpon>Application.xaml</DependentUpon>
77       <SubType>Code</SubType>
78     </Compile>
79     <Compile Include="MainWindow.xaml.vb">
80       <DependentUpon>MainWindow.xaml</DependentUpon>
81       <SubType>Code</SubType>
82     </Compile>
83   </ItemGroup>
84   <ItemGroup>
85     <Import Include="System.Linq" />
86     <Import Include="System.Xml.Linq" />
87     <Import Include="Microsoft.VisualBasic" />
88     <Import Include="System" />
89     <Import Include="System.Collections" />
90     <Import Include="System.Collections.Generic" />
91     <Import Include="System.Diagnostics" />
92     <Import Include="System.Windows" />
93     <Import Include="System.Windows.Controls" />
94     <Import Include="System.Windows.Data" />
95     <Import Include="System.Windows.Documents" />
96     <Import Include="System.Windows.Input" />
97     <Import Include="System.Windows.Shapes" />
98     <Import Include="System.Windows.Media" />
99     <Import Include="System.Windows.Media.Imaging" />
100     <Import Include="System.Windows.Navigation" />
101   </ItemGroup>
102   <ItemGroup>
103     <Compile Include="My Project\AssemblyInfo.vb">
104       <SubType>Code</SubType>
105     </Compile>
106     <Compile Include="My Project\MyExtensions\MyWPFExtension.vb">
107       <VBMyExtensionTemplateID>Microsoft.VisualBasic.WPF.MyExtension</VBMyExtensionTemplateID>
108       <VBMyExtensionTemplateVersion>1.0.0.0</VBMyExtensionTemplateVersion>
109     </Compile>
110     <Compile Include="My Project\Resources.Designer.vb">
111       <AutoGen>True</AutoGen>
112       <DesignTime>True</DesignTime>
113       <DependentUpon>Resources.resx</DependentUpon>
114     </Compile>
115     <Compile Include="My Project\Settings.Designer.vb">
116       <AutoGen>True</AutoGen>
117       <DependentUpon>Settings.settings</DependentUpon>
118       <DesignTimeSharedInput>True</DesignTimeSharedInput>
119     </Compile>
120     <EmbeddedResource Include="My Project\Resources.resx">
121       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
122       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
123       <CustomToolNamespace>My.Resources</CustomToolNamespace>
124     </EmbeddedResource>
125     <None Include="My Project\Settings.settings">
126       <Generator>SettingsSingleFileGenerator</Generator>
127       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
128     </None>
129     <AppDesigner Include="My Project\" />
130   </ItemGroup>
131   <ItemGroup>
132     <Resource Include="Map.png" />
133     <Content Include="ReadMe.html" />
134   </ItemGroup>
135   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
136 </Project>